html {
    color: #000;
    background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 auto;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline:none;
}


legend {
    color: #000;
}

a{
    outline:none;
    text-decoration:none;
}

a:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#yui3-css-stamp.cssreset {
    display: none;
}

.cf:before, body:before, .header:before, .footer:before { 
    content: '';
     display: table; 
 }
.cf:after, after, .header:after,  .footer:after { 
    content: ''; 
    clear: both; 
    display: table; 
}
.cf, .header, .footer { 
    *zoom: 1; 
}

.fl{ float:left; }

.fr{ float:right; }

.mar_r0{ margin-right:0; }

.mar_l0{ margin-left:0; }

.wzyc{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;color:#c30d23;text-align:center; }

input[type=button], input[type=submit], input[type=file], button { cursor:pointer; -webkit-appearance: none; } 

.mhxl{  -webkit-appearance: none; /*for chrome*/ }

/*  .opacity{
   filter:alpha(opacity=50);    IE
   -moz-opacity:0.5;              老版Mozilla
   -khtml-opacity:0.5;              老版Safari
   opacity: 0.5;           支持opacity的浏览器}


background:rgba(0,0,0,0.2);解决IE rgba透明度的问题。
filter:progid:DXImageTransform.Microsoft.gradient(startColorst33#7F000000,endColorstr=#7F000000); 
注：#33000000 这里#后面是有两部分组成的：第一个是透明度（值如下），第二个是六位数的颜色值。
0.1（19）  0.2（33）  0.3（4C）    0.4（66）   0.5（7F）    0.6（99）  0.7（B2）  0.8（C8）   0.9（E5）
*/


